Storing Time Zone Information

On Windows machines, information about time zones, such as offset from GMT, daylight saving specific offsets, and dates for start and end of daylight saving, worldwide, are stored in the registry under the following key:

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Time Zones

This information is stored under the binary value labeled TZI .

ASM Core references this information when calculating time zone offsets from the ASM Core server. The TZI value stores a binary representation of the time zone offset to GMT, daylight saving offset, start and end dates for daylight saving.

Alemba strongly recommends that you do NOT modify any part of the Time Zone keys.